isApplicationUid
Returns whether the given uid
belongs to an application. Compatibility behavior:
- SDK 24 and above, this method matches platform behavior.
- SDK 23 and earlier, this method is a best-effort to match platform behavior, but may default to returning
true
if an accurate result is not available.
Return
true
if the uid corresponds to an application sandbox running in a specific user, false
if the uid corresponds to an isolated user ID process or does not otherwise correspond to an application user ID, or a value based on platform-specific fallback behavior
Parameters
uid
a kernel uid